﻿2026-07-27T12:16:44.6406518Z ##[group]Run set -euo pipefail
2026-07-27T12:16:44.6406817Z [36;1mset -euo pipefail[0m
2026-07-27T12:16:44.6407021Z [36;1mPIN=0c95435[0m
2026-07-27T12:16:44.6407237Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T12:16:44.6407490Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T12:16:44.6407837Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T12:16:44.6408261Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T12:16:44.6408692Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T12:16:44.6409152Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T12:16:44.6409386Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T12:16:44.6409648Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T12:16:44.6409963Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T12:16:44.6410282Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T12:16:44.6410544Z [36;1mfi[0m
2026-07-27T12:16:44.6410821Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T12:16:44.6424073Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T12:16:44.6424373Z env:
2026-07-27T12:16:44.6424558Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T12:16:44.6424783Z ##[endgroup]
2026-07-27T12:16:44.9458147Z    Compiling proc-macro2 v1.0.106
2026-07-27T12:16:44.9459040Z    Compiling quote v1.0.45
2026-07-27T12:16:44.9459307Z    Compiling unicode-ident v1.0.24
2026-07-27T12:16:44.9459760Z    Compiling libc v0.2.186
2026-07-27T12:16:44.9460251Z    Compiling serde_core v1.0.228
2026-07-27T12:16:44.9505328Z    Compiling cfg-if v1.0.4
2026-07-27T12:16:44.9518813Z    Compiling serde v1.0.228
2026-07-27T12:16:44.9547670Z    Compiling log v0.4.32
2026-07-27T12:16:44.9548513Z    Compiling pin-project-lite v0.2.17
2026-07-27T12:16:44.9620712Z    Compiling portable-atomic v1.13.1
2026-07-27T12:16:44.9649485Z    Compiling typenum v1.20.1
2026-07-27T12:16:44.9720296Z    Compiling memchr v2.8.1
2026-07-27T12:16:44.9721511Z    Compiling version_check v0.9.5
2026-07-27T12:16:44.9752539Z    Compiling find-msvc-tools v0.1.9
2026-07-27T12:16:44.9779382Z    Compiling critical-section v1.2.0
2026-07-27T12:16:45.0140779Z    Compiling shlex v2.0.1
2026-07-27T12:16:45.0354581Z    Compiling futures-core v0.3.32
2026-07-27T12:16:45.0484157Z    Compiling subtle v2.6.1
2026-07-27T12:16:45.0791232Z    Compiling bytes v1.11.1
2026-07-27T12:16:45.2030322Z    Compiling equivalent v1.0.2
2026-07-27T12:16:45.2162344Z    Compiling smallvec v1.15.1
2026-07-27T12:16:45.2627562Z    Compiling itoa v1.0.18
2026-07-27T12:16:45.2712178Z    Compiling semver v1.0.28
2026-07-27T12:16:45.2758130Z    Compiling stable_deref_trait v1.2.1
2026-07-27T12:16:45.2901394Z    Compiling futures-io v0.3.32
2026-07-27T12:16:45.3023725Z    Compiling slab v0.4.12
2026-07-27T12:16:45.3251517Z    Compiling futures-sink v0.3.32
2026-07-27T12:16:45.3511830Z    Compiling generic-array v0.14.7
2026-07-27T12:16:45.3585131Z    Compiling futures-task v0.3.32
2026-07-27T12:16:45.4389805Z    Compiling futures-channel v0.3.32
2026-07-27T12:16:45.4530640Z    Compiling rand_core v0.10.1
2026-07-27T12:16:45.4715092Z    Compiling bitflags v2.12.1
2026-07-27T12:16:45.5121633Z    Compiling hashbrown v0.17.1
2026-07-27T12:16:45.5160658Z    Compiling rustversion v1.0.22
2026-07-27T12:16:45.5430848Z    Compiling getrandom v0.4.2
2026-07-27T12:16:45.5570659Z    Compiling rustc_version v0.4.1
2026-07-27T12:16:45.5736679Z    Compiling cpufeatures v0.2.17
2026-07-27T12:16:45.6380618Z    Compiling fnv v1.0.7
2026-07-27T12:16:45.6600641Z    Compiling strsim v0.11.1
2026-07-27T12:16:45.6921718Z    Compiling cfg_aliases v0.2.1
2026-07-27T12:16:45.7549620Z    Compiling writeable v0.6.3
2026-07-27T12:16:45.8000959Z    Compiling litemap v0.8.2
2026-07-27T12:16:45.8070769Z    Compiling fs_extra v1.3.0
2026-07-27T12:16:45.8091298Z    Compiling utf8_iter v1.0.4
2026-07-27T12:16:45.8170896Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T12:16:45.9880480Z    Compiling dunce v1.0.5
2026-07-27T12:16:45.9941580Z    Compiling ident_case v1.0.1
2026-07-27T12:16:46.0062532Z    Compiling icu_properties_data v2.2.0
2026-07-27T12:16:46.0064400Z    Compiling percent-encoding v2.3.2
2026-07-27T12:16:46.0208365Z    Compiling autocfg v1.5.1
2026-07-27T12:16:46.1000859Z    Compiling http v1.4.1
2026-07-27T12:16:46.1519456Z    Compiling cpufeatures v0.3.0
2026-07-27T12:16:46.1832137Z    Compiling unicode-segmentation v1.13.3
2026-07-27T12:16:46.2046677Z    Compiling thiserror v2.0.18
2026-07-27T12:16:46.2150738Z    Compiling aws-lc-rs v1.17.0
2026-07-27T12:16:46.2520376Z    Compiling scopeguard v1.2.0
2026-07-27T12:16:46.3016704Z    Compiling syn v2.0.117
2026-07-27T12:16:46.3330516Z    Compiling indexmap v2.14.0
2026-07-27T12:16:46.3430496Z    Compiling lock_api v0.4.14
2026-07-27T12:16:46.4212930Z    Compiling chacha20 v0.10.0
2026-07-27T12:16:46.4350494Z    Compiling form_urlencoded v1.2.2
2026-07-27T12:16:46.4664612Z    Compiling untrusted v0.9.0
2026-07-27T12:16:46.5210367Z    Compiling rustls v0.23.40
2026-07-27T12:16:46.5562690Z    Compiling heck v0.5.0
2026-07-27T12:16:46.5580818Z    Compiling const-oid v0.10.2
2026-07-27T12:16:46.5788485Z    Compiling atomic-waker v1.1.2
2026-07-27T12:16:46.6356237Z    Compiling anyhow v1.0.102
2026-07-27T12:16:46.6816127Z    Compiling unicode-xid v0.2.6
2026-07-27T12:16:46.6937379Z    Compiling parking_lot_core v0.9.12
2026-07-27T12:16:46.7039287Z    Compiling httparse v1.10.1
2026-07-27T12:16:46.7133766Z    Compiling convert_case v0.10.0
2026-07-27T12:16:46.7854154Z    Compiling zerocopy v0.8.50
2026-07-27T12:16:46.7942242Z    Compiling paste v1.0.15
2026-07-27T12:16:46.8122146Z    Compiling num-traits v0.2.19
2026-07-27T12:16:46.8210993Z    Compiling hybrid-array v0.4.12
2026-07-27T12:16:46.8330608Z    Compiling curve25519-dalek v4.1.3
2026-07-27T12:16:46.9373345Z    Compiling ahash v0.8.12
2026-07-27T12:16:47.0012718Z    Compiling jobserver v0.1.34
2026-07-27T12:16:47.0197890Z    Compiling either v1.16.0
2026-07-27T12:16:47.0643520Z    Compiling base64ct v1.8.3
2026-07-27T12:16:47.0773778Z    Compiling http-body v1.0.1
2026-07-27T12:16:47.0787804Z    Compiling fastrand v2.4.1
2026-07-27T12:16:47.0928521Z    Compiling powerfmt v0.2.0
2026-07-27T12:16:47.2249646Z    Compiling crypto-common v0.1.7
2026-07-27T12:16:47.2494627Z    Compiling block-buffer v0.10.4
2026-07-27T12:16:47.2720426Z    Compiling deranged v0.5.8
2026-07-27T12:16:47.3305410Z    Compiling cc v1.2.63
2026-07-27T12:16:47.3680321Z    Compiling digest v0.10.7
2026-07-27T12:16:47.4079839Z    Compiling vcpkg v0.2.15
2026-07-27T12:16:47.4864423Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T12:16:47.4948068Z    Compiling zmij v1.0.21
2026-07-27T12:16:47.5161262Z    Compiling num-conv v0.2.2
2026-07-27T12:16:47.6149377Z    Compiling mio v1.2.1
2026-07-27T12:16:47.6491341Z    Compiling socket2 v0.6.4
2026-07-27T12:16:47.6840736Z    Compiling getrandom v0.2.17
2026-07-27T12:16:47.7035240Z    Compiling data-encoding v2.11.0
2026-07-27T12:16:47.7640318Z    Compiling tower-service v0.3.3
2026-07-27T12:16:47.7860635Z    Compiling tinyvec_macros v0.1.1
2026-07-27T12:16:47.8400344Z    Compiling pkg-config v0.3.33
2026-07-27T12:16:47.8491227Z    Compiling time-core v0.1.8
2026-07-27T12:16:47.8590221Z    Compiling base64 v0.22.1
2026-07-27T12:16:47.9530796Z    Compiling rand v0.10.1
2026-07-27T12:16:48.0031637Z    Compiling rand_core v0.6.4
2026-07-27T12:16:48.0123347Z    Compiling uuid v1.23.2
2026-07-27T12:16:48.0689207Z    Compiling try-lock v0.2.5
2026-07-27T12:16:48.0720796Z    Compiling parking_lot v0.12.5
2026-07-27T12:16:48.1820632Z    Compiling want v0.3.1
2026-07-27T12:16:48.1934366Z    Compiling tinyvec v1.11.0
2026-07-27T12:16:48.3100601Z    Compiling sha2 v0.10.9
2026-07-27T12:16:48.3336102Z    Compiling block-buffer v0.12.0
2026-07-27T12:16:48.3392210Z    Compiling crypto-common v0.2.2
2026-07-27T12:16:48.5330443Z    Compiling inout v0.1.4
2026-07-27T12:16:48.5410128Z    Compiling vergen-lib v9.1.0
2026-07-27T12:16:48.6420367Z    Compiling n0-future v0.3.2
2026-07-27T12:16:48.6550563Z    Compiling cordyceps v0.3.4
2026-07-27T12:16:48.6910626Z    Compiling winnow v1.0.3
2026-07-27T12:16:48.7060327Z    Compiling diatomic-waker v0.2.3
2026-07-27T12:16:48.7311104Z    Compiling httpdate v1.0.3
2026-07-27T12:16:48.7470449Z    Compiling crossbeam-utils v0.8.21
2026-07-27T12:16:48.7570852Z    Compiling spin v0.10.0
2026-07-27T12:16:48.8200659Z    Compiling signature v2.2.0
2026-07-27T12:16:48.8480342Z    Compiling parking v2.2.1
2026-07-27T12:16:48.8741282Z    Compiling serde_json v1.0.150
2026-07-27T12:16:48.9000398Z    Compiling cmake v0.1.58
2026-07-27T12:16:48.9451384Z    Compiling ed25519 v2.2.3
2026-07-27T12:16:48.9569677Z    Compiling futures-lite v2.6.1
2026-07-27T12:16:48.9960350Z    Compiling cipher v0.4.4
2026-07-27T12:16:49.0261396Z    Compiling futures-buffered v0.2.13
2026-07-27T12:16:49.0429486Z    Compiling netlink-packet-core v0.8.1
2026-07-27T12:16:49.0640965Z    Compiling universal-hash v0.5.1
2026-07-27T12:16:49.0960675Z    Compiling vergen v9.1.0
2026-07-27T12:16:49.1150545Z    Compiling vergen-lib v0.1.6
2026-07-27T12:16:49.1330753Z    Compiling heapless v0.7.17
2026-07-27T12:16:49.2014836Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T12:16:49.2699112Z    Compiling noq-udp v0.10.0
2026-07-27T12:16:49.2830610Z    Compiling sync_wrapper v1.0.2
2026-07-27T12:16:49.3420930Z    Compiling digest v0.11.3
2026-07-27T12:16:49.4008352Z    Compiling opaque-debug v0.3.1
2026-07-27T12:16:49.4169474Z    Compiling allocator-api2 v0.2.21
2026-07-27T12:16:49.4388546Z    Compiling byteorder v1.5.0
2026-07-27T12:16:49.4451326Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T12:16:49.4768517Z    Compiling polyval v0.6.2
2026-07-27T12:16:49.5670901Z    Compiling spin v0.9.8
2026-07-27T12:16:49.5789469Z    Compiling vergen-gitcl v1.0.8
2026-07-27T12:16:49.6295403Z    Compiling ryu v1.0.23
2026-07-27T12:16:49.6995316Z    Compiling hash32 v0.2.1
2026-07-27T12:16:49.7741053Z    Compiling fallible-iterator v0.3.0
2026-07-27T12:16:49.8025157Z    Compiling tower-layer v0.3.3
2026-07-27T12:16:49.8124122Z    Compiling signature v3.0.0
2026-07-27T12:16:49.8749870Z    Compiling num_threads v0.1.7
2026-07-27T12:16:49.8931775Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T12:16:49.9572843Z    Compiling ghash v0.5.1
2026-07-27T12:16:49.9839499Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T12:16:49.9948135Z    Compiling aws-lc-sys v0.41.0
2026-07-27T12:16:50.0130941Z    Compiling ring v0.17.14
2026-07-27T12:16:50.0409877Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T12:16:50.0460497Z    Compiling time v0.3.47
2026-07-27T12:16:50.0599239Z    Compiling aes v0.8.4
2026-07-27T12:16:50.0930836Z    Compiling ctr v0.9.2
2026-07-27T12:16:50.1150983Z    Compiling fs2 v0.4.3
2026-07-27T12:16:50.2691171Z    Compiling aead v0.5.2
2026-07-27T12:16:50.2754979Z    Compiling http-body-util v0.1.3
2026-07-27T12:16:50.3082801Z    Compiling utf8parse v0.2.2
2026-07-27T12:16:50.3790754Z    Compiling arrayvec v0.7.6
2026-07-27T12:16:50.4010913Z    Compiling openssl-probe v0.2.1
2026-07-27T12:16:50.4040986Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T12:16:50.5274129Z    Compiling crossbeam-channel v0.5.15
2026-07-27T12:16:50.6119352Z    Compiling blake3 v1.8.5
2026-07-27T12:16:50.6206638Z    Compiling netlink-packet-route v0.29.0
2026-07-27T12:16:50.6781060Z    Compiling memoffset v0.6.5
2026-07-27T12:16:50.8866685Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T12:16:50.9214860Z    Compiling aes-gcm v0.10.3
2026-07-27T12:16:50.9611531Z    Compiling acto v0.8.2
2026-07-27T12:16:50.9699349Z    Compiling netwatch v0.16.0
2026-07-27T12:16:51.0020122Z    Compiling noq v0.18.0
2026-07-27T12:16:51.1020523Z    Compiling lru-slab v0.1.2
2026-07-27T12:16:51.1310598Z    Compiling xml-rs v0.8.28
2026-07-27T12:16:51.1501364Z    Compiling rustix v1.1.4
2026-07-27T12:16:51.2124026Z    Compiling ref-cast v1.0.25
2026-07-27T12:16:51.2466019Z    Compiling mac-addr v0.3.0
2026-07-27T12:16:51.2484191Z    Compiling rustc-hash v2.1.2
2026-07-27T12:16:51.3711014Z    Compiling identity-hash v0.1.0
2026-07-27T12:16:51.4037879Z    Compiling thiserror v1.0.69
2026-07-27T12:16:51.4605893Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T12:16:51.5005035Z    Compiling foldhash v0.2.0
2026-07-27T12:16:51.5520747Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T12:16:51.5567837Z    Compiling tagptr v0.2.0
2026-07-27T12:16:51.7431157Z    Compiling hashbrown v0.16.1
2026-07-27T12:16:51.8520756Z    Compiling netlink-packet-route v0.30.0
2026-07-27T12:16:51.9425733Z    Compiling synstructure v0.13.2
2026-07-27T12:16:51.9492396Z    Compiling darling_core v0.20.11
2026-07-27T12:16:52.0308551Z    Compiling xmltree v0.10.3
2026-07-27T12:16:52.3217624Z    Compiling serde_derive_internals v0.29.1
2026-07-27T12:16:52.4100733Z    Compiling termios v0.2.2
2026-07-27T12:16:52.5610796Z    Compiling proc-macro-crate v3.5.0
2026-07-27T12:16:52.6925082Z    Compiling ioctl-rs v0.1.6
2026-07-27T12:16:52.7061126Z    Compiling serial-core v0.4.0
2026-07-27T12:16:52.7570689Z    Compiling errno v0.3.14
2026-07-27T12:16:52.8060772Z    Compiling aho-corasick v1.1.4
2026-07-27T12:16:52.8469321Z    Compiling simple-dns v0.9.3
2026-07-27T12:16:52.9010147Z    Compiling signal-hook v0.3.18
2026-07-27T12:16:52.9037132Z    Compiling toml_write v0.1.2
2026-07-27T12:16:52.9150460Z    Compiling constant_time_eq v0.4.2
2026-07-27T12:16:53.0185701Z    Compiling resolv-conf v0.7.6
2026-07-27T12:16:53.0603142Z    Compiling sha1_smol v1.0.1
2026-07-27T12:16:53.0707126Z    Compiling winnow v0.7.15
2026-07-27T12:16:53.1063919Z    Compiling simdutf8 v0.1.5
2026-07-27T12:16:53.1170964Z    Compiling linux-raw-sys v0.12.1
2026-07-27T12:16:53.1546887Z    Compiling regex-syntax v0.8.10
2026-07-27T12:16:53.2795552Z    Compiling arrayref v0.3.9
2026-07-27T12:16:53.3790734Z    Compiling smol_str v0.1.24
2026-07-27T12:16:53.5920837Z    Compiling signal-hook-registry v1.4.8
2026-07-27T12:16:53.6490681Z    Compiling serial-unix v0.4.0
2026-07-27T12:16:53.6640908Z    Compiling lru v0.16.4
2026-07-27T12:16:53.8330424Z    Compiling darling_core v0.23.0
2026-07-27T12:16:53.9650590Z    Compiling serde_bytes v0.11.19
2026-07-27T12:16:54.0040214Z    Compiling hmac v0.12.1
2026-07-27T12:16:54.1410954Z    Compiling serde_derive v1.0.228
2026-07-27T12:16:54.1512950Z    Compiling zeroize_derive v1.4.3
2026-07-27T12:16:54.1789397Z    Compiling tokio-macros v2.7.0
2026-07-27T12:16:54.2719692Z    Compiling futures-macro v0.3.32
2026-07-27T12:16:54.8034494Z    Compiling zeroize v1.8.2
2026-07-27T12:16:54.8729270Z    Compiling tokio v1.52.3
2026-07-27T12:16:55.0022829Z    Compiling zerofrom-derive v0.1.7
2026-07-27T12:16:55.2900603Z    Compiling futures-util v0.3.32
2026-07-27T12:16:55.3911658Z    Compiling yoke-derive v0.8.2
2026-07-27T12:16:55.6888708Z    Compiling zerovec-derive v0.11.3
2026-07-27T12:16:55.7340703Z    Compiling displaydoc v0.2.6
2026-07-27T12:16:55.7780667Z    Compiling tracing-attributes v0.1.31
2026-07-27T12:16:56.5130740Z    Compiling zerofrom v0.1.8
2026-07-27T12:16:56.6701102Z    Compiling rustls-pki-types v1.14.1
2026-07-27T12:16:56.7248104Z    Compiling thiserror-impl v2.0.18
2026-07-27T12:16:56.7820727Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T12:16:56.7930450Z    Compiling yoke v0.8.3
2026-07-27T12:16:57.0434322Z    Compiling zerotrie v0.2.4
2026-07-27T12:16:57.1841170Z    Compiling zerovec v0.11.6
2026-07-27T12:16:57.4510542Z    Compiling darling_macro v0.20.11
2026-07-27T12:16:57.4640885Z    Compiling derive_more-impl v2.1.1
2026-07-27T12:16:57.5217115Z    Compiling spez v0.1.2
2026-07-27T12:16:57.5651845Z    Compiling n0-error-macros v0.1.3
2026-07-27T12:16:57.8356867Z    Compiling darling v0.20.11
2026-07-27T12:16:57.9003115Z    Compiling derive_builder_core v0.20.2
2026-07-27T12:16:57.9100584Z    Compiling der v0.8.0-rc.10
2026-07-27T12:16:57.9170494Z    Compiling pin-project-internal v1.1.13
2026-07-27T12:16:58.1091613Z    Compiling tinystr v0.8.3
2026-07-27T12:16:58.3207611Z    Compiling icu_locale_core v2.2.0
2026-07-27T12:16:58.4414662Z    Compiling potential_utf v0.1.5
2026-07-27T12:16:58.6620234Z    Compiling icu_collections v2.2.0
2026-07-27T12:16:58.8800250Z    Compiling n0-error v0.1.3
2026-07-27T12:16:59.2830426Z    Compiling derive_builder_macro v0.20.2
2026-07-27T12:16:59.3666156Z    Compiling futures-executor v0.3.32
2026-07-27T12:16:59.3666916Z    Compiling pin-project v1.1.13
2026-07-27T12:16:59.4433894Z    Compiling ed25519-dalek v2.2.0
2026-07-27T12:16:59.4547901Z    Compiling cobs v0.3.0
2026-07-27T12:16:59.5990736Z    Compiling icu_provider v2.2.0
2026-07-27T12:16:59.6309235Z    Compiling ipnet v2.12.0
2026-07-27T12:16:59.7090518Z    Compiling derive_builder v0.20.2
2026-07-27T12:16:59.8032113Z    Compiling spki v0.8.0-rc.4
2026-07-27T12:16:59.8391309Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T12:17:00.0190539Z    Compiling icu_normalizer v2.2.0
2026-07-27T12:17:00.0330655Z    Compiling icu_properties v2.2.0
2026-07-27T12:17:00.1372846Z    Compiling prefix-trie v0.8.4
2026-07-27T12:17:00.1380025Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T12:17:00.2050571Z    Compiling futures v0.3.32
2026-07-27T12:17:00.2740622Z    Compiling once_cell v1.21.4
2026-07-27T12:17:00.3338421Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T12:17:00.4510887Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T12:17:00.5190244Z    Compiling tracing-core v0.1.36
2026-07-27T12:17:00.8838037Z    Compiling postcard-derive v0.2.2
2026-07-27T12:17:00.8990642Z    Compiling data-encoding-macro v0.1.20
2026-07-27T12:17:00.9110430Z    Compiling tokio-util v0.7.18
2026-07-27T12:17:00.9870584Z    Compiling netlink-sys v0.8.8
2026-07-27T12:17:01.0283226Z    Compiling tracing v0.1.44
2026-07-27T12:17:01.0421497Z    Compiling hashbrown v0.14.5
2026-07-27T12:17:01.0955648Z    Compiling tower v0.5.3
2026-07-27T12:17:01.3987957Z    Compiling rustls-native-certs v0.8.4
2026-07-27T12:17:01.4116238Z    Compiling enum-assoc v1.3.0
2026-07-27T12:17:01.4890373Z    Compiling postcard v1.1.3
2026-07-27T12:17:01.6244139Z    Compiling idna_adapter v1.2.2
2026-07-27T12:17:01.7655775Z    Compiling idna v1.1.0
2026-07-27T12:17:01.7870660Z    Compiling strum_macros v0.28.0
2026-07-27T12:17:01.8909995Z    Compiling hashlink v0.9.1
2026-07-27T12:17:01.8983582Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T12:17:01.9049857Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T12:17:01.9560706Z    Compiling num_enum_derive v0.7.6
2026-07-27T12:17:01.9601682Z    Compiling h2 v0.4.14
2026-07-27T12:17:01.9790994Z    Compiling async-trait v0.1.89
2026-07-27T12:17:02.1679461Z    Compiling derive_more v2.1.1
2026-07-27T12:17:02.1894427Z    Compiling iroh-relay v0.98.0
2026-07-27T12:17:02.2061219Z    Compiling tokio-stream v0.1.18
2026-07-27T12:17:02.3360967Z    Compiling url v2.5.8
2026-07-27T12:17:02.3610757Z    Compiling rusqlite v0.32.1
2026-07-27T12:17:02.4289577Z    Compiling iroh-metrics v0.38.3
2026-07-27T12:17:02.4819857Z    Compiling n0-watcher v0.6.1
2026-07-27T12:17:02.5336442Z    Compiling netdev v0.42.0
2026-07-27T12:17:02.6870579Z    Compiling netlink-proto v0.12.0
2026-07-27T12:17:02.7568021Z    Compiling moka v0.12.15
2026-07-27T12:17:02.8459875Z    Compiling toml_datetime v0.6.11
2026-07-27T12:17:02.8900459Z    Compiling serde_spanned v0.6.9
2026-07-27T12:17:03.0050685Z    Compiling thiserror-impl v1.0.69
2026-07-27T12:17:03.0112885Z    Compiling ref-cast-impl v1.0.25
2026-07-27T12:17:03.1599394Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T12:17:03.1911868Z    Compiling tower-http v0.6.11
2026-07-27T12:17:03.2121644Z    Compiling attohttpc v0.30.1
2026-07-27T12:17:03.2707744Z    Compiling num_enum v0.7.6
2026-07-27T12:17:03.3130713Z    Compiling iroh-base v0.98.0
2026-07-27T12:17:03.6840589Z    Compiling toml_edit v0.22.27
2026-07-27T12:17:03.7913414Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T12:17:03.8360531Z    Compiling webpki-roots v1.0.7
2026-07-27T12:17:03.9559518Z    Compiling regex-automata v0.4.14
2026-07-27T12:17:04.1224521Z    Compiling schemars_derive v1.2.1
2026-07-27T12:17:04.1357387Z    Compiling seize v0.5.1
2026-07-27T12:17:04.4334964Z    Compiling iroh v0.98.2
2026-07-27T12:17:04.4682063Z    Compiling pin-utils v0.1.0
2026-07-27T12:17:04.4858889Z    Compiling rustix v0.38.44
2026-07-27T12:17:04.5298392Z    Compiling cmov v0.5.4
2026-07-27T12:17:04.6421641Z    Compiling dyn-clone v1.0.20
2026-07-27T12:17:04.6650369Z    Compiling strum v0.28.0
2026-07-27T12:17:04.6811201Z    Compiling bitflags v1.3.2
2026-07-27T12:17:04.7580509Z    Compiling nix v0.25.1
2026-07-27T12:17:04.7650125Z    Compiling filedescriptor v0.8.3
2026-07-27T12:17:04.7960866Z    Compiling iroh-dns v0.98.0
2026-07-27T12:17:04.8072687Z    Compiling papaya v0.2.4
2026-07-27T12:17:04.8950656Z    Compiling ctutils v0.4.2
2026-07-27T12:17:05.0060773Z    Compiling backon v1.6.0
2026-07-27T12:17:05.0217988Z    Compiling darling_macro v0.23.0
2026-07-27T12:17:05.0459172Z    Compiling hkdf v0.12.4
2026-07-27T12:17:05.1840634Z    Compiling serial v0.4.0
2026-07-27T12:17:05.2200974Z    Compiling anstyle-parse v1.0.0
2026-07-27T12:17:05.2830955Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T12:17:05.3204422Z    Compiling colorchoice v1.0.5
2026-07-27T12:17:05.3750233Z    Compiling instability v0.3.12
2026-07-27T12:17:05.4191338Z    Compiling downcast-rs v1.2.1
2026-07-27T12:17:05.4268741Z    Compiling unicode-width v0.2.0
2026-07-27T12:17:05.4345525Z    Compiling shell-words v1.1.1
2026-07-27T12:17:05.4625516Z    Compiling anstyle-query v1.1.5
2026-07-27T12:17:05.5216044Z    Compiling anstyle v1.0.14
2026-07-27T12:17:05.5372287Z    Compiling linux-raw-sys v0.4.15
2026-07-27T12:17:05.5733473Z    Compiling foldhash v0.1.5
2026-07-27T12:17:05.6099452Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T12:17:05.6241085Z    Compiling vte v0.13.1
2026-07-27T12:17:05.6435901Z    Compiling signal-hook-mio v0.2.5
2026-07-27T12:17:05.6938807Z    Compiling hashbrown v0.15.5
2026-07-27T12:17:05.7491081Z    Compiling anstream v1.0.0
2026-07-27T12:17:05.7535878Z    Compiling darling v0.23.0
2026-07-27T12:17:05.7762470Z    Compiling spake2 v0.4.0
2026-07-27T12:17:05.7980869Z    Compiling terminal_size v0.4.4
2026-07-27T12:17:05.8471744Z    Compiling strum_macros v0.26.4
2026-07-27T12:17:05.9360315Z    Compiling sha1 v0.10.6
2026-07-27T12:17:06.1778253Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T12:17:06.1820931Z    Compiling itertools v0.13.0
2026-07-27T12:17:06.2342824Z    Compiling castaway v0.2.4
2026-07-27T12:17:06.2590523Z    Compiling schemars v1.2.1
2026-07-27T12:17:06.3271010Z    Compiling clap_lex v1.1.0
2026-07-27T12:17:06.5990750Z    Compiling toml v0.8.23
2026-07-27T12:17:06.7140519Z    Compiling unicode-width v0.1.14
2026-07-27T12:17:06.8280332Z    Compiling static_assertions v1.1.0
2026-07-27T12:17:06.9340786Z    Compiling doctest-file v1.1.1
2026-07-27T12:17:07.0764250Z    Compiling indoc v2.0.7
2026-07-27T12:17:07.4330905Z    Compiling regex v1.12.3
2026-07-27T12:17:07.4979460Z    Compiling interprocess v2.4.2
2026-07-27T12:17:07.7055487Z    Compiling hyper v1.10.1
2026-07-27T12:17:08.1515039Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T12:17:08.1920984Z    Compiling strum v0.26.3
2026-07-27T12:17:08.2227156Z    Compiling crossterm v0.28.1
2026-07-27T12:17:08.3382190Z    Compiling unicode-truncate v1.1.0
2026-07-27T12:17:08.3788091Z    Compiling compact_str v0.8.2
2026-07-27T12:17:08.4410388Z    Compiling clap_builder v4.6.0
2026-07-27T12:17:08.4780471Z    Compiling lru v0.12.5
2026-07-27T12:17:08.5120785Z    Compiling clap_derive v4.6.1
2026-07-27T12:17:08.6528478Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T12:17:08.9374163Z    Compiling portable-pty v0.8.1
2026-07-27T12:17:09.0344142Z    Compiling iana-time-zone v0.1.65
2026-07-27T12:17:09.1041541Z    Compiling cassowary v0.3.0
2026-07-27T12:17:09.2882918Z    Compiling chrono v0.4.45
2026-07-27T12:17:09.3880299Z    Compiling nucleo-matcher v0.3.1
2026-07-27T12:17:09.6167516Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T12:17:09.9420507Z    Compiling hyper-util v0.1.20
2026-07-27T12:17:09.9881024Z    Compiling ratatui v0.29.0
2026-07-27T12:17:10.0300783Z    Compiling qrcode v0.14.1
2026-07-27T12:17:10.3091087Z    Compiling tempfile v3.27.0
2026-07-27T12:17:11.3129483Z    Compiling clap v4.6.1
2026-07-27T12:17:11.9470655Z    Compiling igd-next v0.17.1
2026-07-27T12:17:12.2891385Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T12:17:13.3252649Z    Compiling portmapper v0.16.0
2026-07-27T12:17:18.6787869Z    Compiling rustls-webpki v0.103.13
2026-07-27T12:17:21.0950371Z    Compiling tokio-rustls v0.26.4
2026-07-27T12:17:21.0950884Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T12:17:21.0951262Z    Compiling noq-proto v0.17.0
2026-07-27T12:17:21.2390150Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T12:17:21.2390712Z    Compiling hyper-rustls v0.27.9
2026-07-27T12:17:21.2391084Z    Compiling tokio-websockets v0.13.2
2026-07-27T12:17:21.3700452Z    Compiling reqwest v0.13.4
2026-07-27T12:17:22.2852297Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T12:17:36.2746144Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T12:17:37.8177909Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T12:17:47.8832296Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T12:17:52.9115205Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-27T12:17:52.9338451Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T12:17:52.9351696Z 
2026-07-27T12:17:52.9351963Z running 1 test
2026-07-27T12:17:59.1215880Z test new_brain_serves_against_old_broker ... ok
2026-07-27T12:17:59.1216209Z 
2026-07-27T12:17:59.1216476Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-27T12:17:59.1216861Z 
